Vcenter Content Registries Harbor GarbageCollection

Vcenter Content Registries Harbor GarbageCollection
Vcenter Content Registries Harbor GarbageCollection

This schema is deprecated as of vSphere API 8.0.1.00200.

The Vcenter Content Registries Harbor GarbageCollection schema contains garbage collection configuration for the Harbor registry.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "type": "string",
    "day_of_week": "string",
    "hour": 0,
    "minute": 0
}
string
type
Required

This property is deprecated as of vSphere API 8.0.1.00200.

Frequency of garbage collection.

For more information see: Vcenter Content Registries Recurrence.

This property was added in vSphere API 7.0.0.0.

string
day_of_week
Optional

This property is deprecated as of vSphere API 8.0.1.00200.

Day of the week when garbage collection should run.

For more information see: Vcenter Content Registries DayOfWeek.

This property was added in vSphere API 7.0.0.0.

This property is optional and it is only relevant when the value of type is Vcenter Content Registries Recurrence.WEEKLY.

integer As int64 As int64
hour
Optional

This property is deprecated as of vSphere API 8.0.1.00200.

Hour at which garbage collection should run.

This property was added in vSphere API 7.0.0.0.

This property is optional and it is only relevant when the value of type is one of Vcenter Content Registries Recurrence.DAILY or Vcenter Content Registries Recurrence.WEEKLY.

integer As int64 As int64
minute
Optional

This property is deprecated as of vSphere API 8.0.1.00200.

Minute at which garbage collection should run.

This property was added in vSphere API 7.0.0.0.

This property is optional and it is only relevant when the value of type is one of Vcenter Content Registries Recurrence.DAILY or Vcenter Content Registries Recurrence.WEEKLY.

Deprecated